home *** CD-ROM | disk | FTP | other *** search
- ;; Eulisp Module
- ;; Author: pab
- ;; File: eulisp0.em
- ;; Date: Wed Jun 30 14:47:26 1993
- ;;
- ;; Project:
- ;; Description:
- ;;
-
- (defmodule eulisp0
- (gens
- init
- extras0
- macros0
- error0
- streams1
- telos1
- defs
- lock
- thread
- table
- character
- vector
- string
- list
- copy
- collect
- condition
- numbers
- )
- ()
-
- (expose
- gens
- init
- extras0
- error0
- macros0
- telos1
- streams1
- defs
- lock
- thread
- table
- character
- vector
- string
- list
- copy
- collect
- condition
- numbers
- )
- ;; end module
- )
-